home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2005 January
/
EnterCD 0105.iso
/
Grafika
/
DigiBookShelf 11.0
/
D110TRENG.EXE
/
HELP
/
regist.swf
/
scripts
/
DefineButton2_32
/
BUTTONCONDACTION on(release).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-09-21
|
363 b
|
17 lines
on(release){
if(_root.is_connect == 0)
{
_root.prevFrame();
yesB.gotoAndStop(1);
this.gotoAndStop(1);
}
else
{
yesB.gotoAndStop(1);
this.gotoAndStop(1);
_root.baseMC.targetMC._y = 60;
focus = "_root.baseMC.targetMC." + _root.baseMC.targetMC.current;
Selection.setFocus(focus);
}
}